home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 233 / Computer Shopper 233 / ComputerShopperDVD233.iso / Games / Crazy Chicken Approaching / ccapproaching.exe / Crazy Chicken Approaching.res / readme.dfm / readme.txt < prev   
Encoding:
Text File  |  2006-03-19  |  2.0 KB  |  110 lines

  1. object frmDesign: TfrmDesign
  2.   Left = 204
  3.   Top = 138
  4.   HelpType = htKeyword
  5.   HelpKeyword = 'passingvariables'
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = '$TITLE$'
  9.   ClientHeight = 360
  10.   ClientWidth = 497
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poDesigned
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 497
  25.     Height = 59
  26.     Picture.Data = {<image000.bmp>}
  27.     Stretch = True
  28.   end
  29.   object Bevel2: TBevel
  30.     Left = -2
  31.     Top = 58
  32.     Width = 504
  33.     Height = 9
  34.     Shape = bsTopLine
  35.   end
  36.   object Bevel1: TBevel
  37.     Left = 68
  38.     Top = 314
  39.     Width = 430
  40.     Height = 9
  41.     Shape = bsTopLine
  42.   end
  43.   object Label1: TLabel
  44.     Left = 24
  45.     Top = 8
  46.     Width = 130
  47.     Height = 13
  48.     Caption = 'Important Information'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -11
  52.     Font.Name = 'Tahoma'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.     Transparent = True
  56.   end
  57.   object Label3: TLabel
  58.     Left = 5
  59.     Top = 306
  60.     Width = 60
  61.     Height = 13
  62.     Caption = 'InstallAware'
  63.     Enabled = False
  64.   end
  65.   object Label2: TLabel
  66.     Left = 37
  67.     Top = 24
  68.     Width = 268
  69.     Height = 13
  70.     Caption = 'Please carefully read the following program information.'
  71.     Transparent = True
  72.   end
  73.   object LicenseText: TRichEdit
  74.     Tag = 1
  75.     Left = 8
  76.     Top = 72
  77.     Width = 481
  78.     Height = 225
  79.     TabOrder = 3
  80.   end
  81.   object Cancel: TButton
  82.     Tag = 3
  83.     Left = 412
  84.     Top = 325
  85.     Width = 75
  86.     Height = 23
  87.     Caption = 'Cancel'
  88.     TabOrder = 2
  89.   end
  90.   object Next: TButton
  91.     Tag = 1
  92.     Left = 325
  93.     Top = 325
  94.     Width = 75
  95.     Height = 23
  96.     Caption = '&Next >'
  97.     Default = True
  98.     TabOrder = 0
  99.   end
  100.   object Back: TButton
  101.     Tag = 2
  102.     Left = 249
  103.     Top = 325
  104.     Width = 75
  105.     Height = 23
  106.     Caption = '< &Back'
  107.     TabOrder = 1
  108.   end
  109. end
  110.